[INFO] fetching crate oak-rbq 0.0.11...
[INFO] fixing oak-rbq-0.0.11 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate oak-rbq 0.0.11 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate oak-rbq 0.0.11
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate oak-rbq 0.0.11
[INFO] tweaked toml for crates.io crate oak-rbq 0.0.11 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate oak-rbq 0.0.11 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate oak-rbq 0.0.11 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded oak-semantic-tokens v0.0.11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] aff8ddb36aa939e22647f001905ff37294a36d7e49b893863e2afe99a4d2f6bb
[INFO] running `Command { std: "docker" "start" "aff8ddb36aa939e22647f001905ff37294a36d7e49b893863e2afe99a4d2f6bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "aff8ddb36aa939e22647f001905ff37294a36d7e49b893863e2afe99a4d2f6bb" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aff8ddb36aa939e22647f001905ff37294a36d7e49b893863e2afe99a4d2f6bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "aff8ddb36aa939e22647f001905ff37294a36d7e49b893863e2afe99a4d2f6bb" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling oak-macros v0.0.11
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking triomphe v0.1.15
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]     Checking oak-core v0.0.11
[INFO] [stderr]     Checking oak-testing v0.0.11
[INFO] [stderr]     Checking oak-rbq v0.0.11 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `tree::RedNode`
[INFO] [stdout]  --> src/ast/nodes/root_nodes.rs:7:23
[INFO] [stdout]   |
[INFO] [stdout] 7 | use oak_core::{Range, tree::RedNode};
[INFO] [stdout]   |                       ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `new_range_api` has been stable since 1.96.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(new_range_api)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tree::RedNode`
[INFO] [stdout]  --> src/ast/nodes/root_nodes.rs:7:23
[INFO] [stdout]   |
[INFO] [stdout] 7 | use oak_core::{Range, tree::RedNode};
[INFO] [stdout]   |                       ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `new_range_api` has been stable since 1.96.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(new_range_api)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/ast/nodes/logic_def_nodes.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let mut annotations = Vec::new();
[INFO] [stdout]    |             ----^^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `config` is never read
[INFO] [stdout]   --> src/lexer/mod.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct RbqLexer<'config> {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 20 |     config: &'config RbqLanguage,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RbqLexer` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `parse_query_pipeline` is never used
[INFO] [stdout]    --> src/parser/mod.rs:916:8
[INFO] [stdout]     |
[INFO] [stdout]  15 | impl<'config> RbqParser<'config> {
[INFO] [stdout]     | -------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 916 |     fn parse_query_pipeline<'a, S: Source + ?Sized>(&self, state: &mut State<'a, S>) -> Result<(), OakError> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/ast/nodes/logic_def_nodes.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let mut annotations = Vec::new();
[INFO] [stdout]    |             ----^^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `RbqSyntaxKind`
[INFO] [stdout]  --> tests/parser/mod.rs:2:39
[INFO] [stdout]   |
[INFO] [stdout] 2 | use oak_rbq::{RbqLanguage, RbqParser, RbqSyntaxKind};
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Query` found for enum `RbqItem` in the current scope
[INFO] [stdout]   --> tests/ast_tests.rs:55:35
[INFO] [stdout]    |
[INFO] [stdout] 55 |     if let oak_rbq::ast::RbqItem::Query(expr) = &root.items[0] {
[INFO] [stdout]    |                                   ^^^^^ variant, associated function, or constant not found in `RbqItem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Query` found for enum `RbqItem` in the current scope
[INFO] [stdout]   --> tests/ast_tests.rs:64:35
[INFO] [stdout]    |
[INFO] [stdout] 64 |     if let oak_rbq::ast::RbqItem::Query(expr) = &root.items[1] {
[INFO] [stdout]    |                                   ^^^^^ variant, associated function, or constant not found in `RbqItem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Query` found for enum `RbqItem` in the current scope
[INFO] [stdout]   --> tests/ast_tests.rs:73:35
[INFO] [stdout]    |
[INFO] [stdout] 73 |     if let oak_rbq::ast::RbqItem::Query(expr) = &root.items[2] {
[INFO] [stdout]    |                                   ^^^^^ variant, associated function, or constant not found in `RbqItem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0614]: type `bool` cannot be dereferenced
[INFO] [stdout]   --> tests/ast_tests.rs:75:24
[INFO] [stdout]    |
[INFO] [stdout] 75 |             assert_eq!(*b, true);
[INFO] [stdout]    |                        ^^ can't be dereferenced
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `name` on type `&RbqNamespace`
[INFO] [stdout]    --> tests/ast_tests.rs:235:23
[INFO] [stdout]     |
[INFO] [stdout] 235 |         assert_eq!(ns.name, "App");
[INFO] [stdout]     |                       ^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `annotations`, `path`, `items`, `span`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0027]: pattern does not mention field `span`
[INFO] [stdout]    --> tests/ast_tests.rs:310:16
[INFO] [stdout]     |
[INFO] [stdout] 310 |         if let oak_rbq::ast::RbqType::Named { path, generic_args, is_physical_ptr, is_optional } = &field.type_ref {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `span`
[INFO] [stdout]     |
[INFO] [stdout] help: include the missing field in the pattern
[INFO] [stdout]     |
[INFO] [stdout] 310 |         if let oak_rbq::ast::RbqType::Named { path, generic_args, is_physical_ptr, is_optional, span } = &field.type_ref {
[INFO] [stdout]     |                                                                                               ++++++
[INFO] [stdout] help: if you don't care about this missing field, you can explicitly ignore it
[INFO] [stdout]     |
[INFO] [stdout] 310 |         if let oak_rbq::ast::RbqType::Named { path, generic_args, is_physical_ptr, is_optional, span: _ } = &field.type_ref {
[INFO] [stdout]     |                                                                                               +++++++++
[INFO] [stdout] help: or always ignore missing fields here
[INFO] [stdout]     |
[INFO] [stdout] 310 |         if let oak_rbq::ast::RbqType::Named { path, generic_args, is_physical_ptr, is_optional, .. } = &field.type_ref {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Query` found for enum `RbqItem` in the current scope
[INFO] [stdout]   --> tests/ast_query_tests.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 |     if let RbqItem::Query(query_expr) = &root.items[0] {
[INFO] [stdout]    |                     ^^^^^ variant, associated function, or constant not found in `RbqItem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Query` found for enum `RbqItem` in the current scope
[INFO] [stdout]   --> tests/ast_query_tests.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |     if let RbqItem::Query(query_expr) = &root.items[0] {
[INFO] [stdout]    |                     ^^^^^ variant, associated function, or constant not found in `RbqItem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0027, E0599, E0609, E0614.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0027`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Query` found for enum `RbqItem` in the current scope
[INFO] [stdout]   --> tests/ast_tests.rs:55:35
[INFO] [stdout]    |
[INFO] [stdout] 55 |     if let oak_rbq::ast::RbqItem::Query(expr) = &root.items[0] {
[INFO] [stdout]    |                                   ^^^^^ variant, associated function, or constant not found in `RbqItem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `oak-rbq` (test "main") due to 6 previous errors; 1 warning emitted
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Query` found for enum `RbqItem` in the current scope
[INFO] [stdout]   --> tests/ast_query_tests.rs:85:21
[INFO] [stdout]    |
[INFO] [stdout] 85 |     if let RbqItem::Query(query_expr) = &root.items[0] {
[INFO] [stdout]    |                     ^^^^^ variant, associated function, or constant not found in `RbqItem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Query` found for enum `RbqItem` in the current scope
[INFO] [stdout]   --> tests/ast_tests.rs:64:35
[INFO] [stdout]    |
[INFO] [stdout] 64 |     if let oak_rbq::ast::RbqItem::Query(expr) = &root.items[1] {
[INFO] [stdout]    |                                   ^^^^^ variant, associated function, or constant not found in `RbqItem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Query` found for enum `RbqItem` in the current scope
[INFO] [stdout]   --> tests/ast_tests.rs:73:35
[INFO] [stdout]    |
[INFO] [stdout] 73 |     if let oak_rbq::ast::RbqItem::Query(expr) = &root.items[2] {
[INFO] [stdout]    |                                   ^^^^^ variant, associated function, or constant not found in `RbqItem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0614]: type `bool` cannot be dereferenced
[INFO] [stdout]   --> tests/ast_tests.rs:75:24
[INFO] [stdout]    |
[INFO] [stdout] 75 |             assert_eq!(*b, true);
[INFO] [stdout]    |                        ^^ can't be dereferenced
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `oak-rbq` (test "ast_query_tests") due to 3 previous errors
[INFO] [stderr] error: could not compile `oak-rbq` (test "ast_tests") due to 6 previous errors
[INFO] [stdout] error[E0609]: no field `name` on type `&RbqNamespace`
[INFO] [stdout]    --> tests/ast_tests.rs:235:23
[INFO] [stdout]     |
[INFO] [stdout] 235 |         assert_eq!(ns.name, "App");
[INFO] [stdout]     |                       ^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `annotations`, `path`, `items`, `span`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0027]: pattern does not mention field `span`
[INFO] [stdout]    --> tests/ast_tests.rs:310:16
[INFO] [stdout]     |
[INFO] [stdout] 310 |         if let oak_rbq::ast::RbqType::Named { path, generic_args, is_physical_ptr, is_optional } = &field.type_ref {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `span`
[INFO] [stdout]     |
[INFO] [stdout] help: include the missing field in the pattern
[INFO] [stdout]     |
[INFO] [stdout] 310 |         if let oak_rbq::ast::RbqType::Named { path, generic_args, is_physical_ptr, is_optional, span } = &field.type_ref {
[INFO] [stdout]     |                                                                                               ++++++
[INFO] [stdout] help: if you don't care about this missing field, you can explicitly ignore it
[INFO] [stdout]     |
[INFO] [stdout] 310 |         if let oak_rbq::ast::RbqType::Named { path, generic_args, is_physical_ptr, is_optional, span: _ } = &field.type_ref {
[INFO] [stdout]     |                                                                                               +++++++++
[INFO] [stdout] help: or always ignore missing fields here
[INFO] [stdout]     |
[INFO] [stdout] 310 |         if let oak_rbq::ast::RbqType::Named { path, generic_args, is_physical_ptr, is_optional, .. } = &field.type_ref {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0027, E0599, E0609, E0614.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0027`.
[INFO] [stdout] 
[INFO] [stdout] warning: field `config` is never read
[INFO] [stdout]   --> src/lexer/mod.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct RbqLexer<'config> {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 20 |     config: &'config RbqLanguage,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RbqLexer` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `parse_query_pipeline` is never used
[INFO] [stdout]    --> src/parser/mod.rs:916:8
[INFO] [stdout]     |
[INFO] [stdout]  15 | impl<'config> RbqParser<'config> {
[INFO] [stdout]     | -------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 916 |     fn parse_query_pipeline<'a, S: Source + ?Sized>(&self, state: &mut State<'a, S>) -> Result<(), OakError> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "aff8ddb36aa939e22647f001905ff37294a36d7e49b893863e2afe99a4d2f6bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aff8ddb36aa939e22647f001905ff37294a36d7e49b893863e2afe99a4d2f6bb", kill_on_drop: false }`
[INFO] [stdout] aff8ddb36aa939e22647f001905ff37294a36d7e49b893863e2afe99a4d2f6bb
